home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Interactive 11
/
PC World Interactive 11.iso
/
share
/
grafik
/
slide.exe
/
DemoSlide.exe
/
0
/
RCDATA
/
TFORM5
/
TFORM5.txt
Wrap
Text File
|
1998-06-20
|
1KB
|
73 lines
object Form5: TForm5
Left = 332
Top = 178
BorderStyle = bsDialog
Caption = 'Register'
ClientHeight = 171
ClientWidth = 239
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 2
Top = 2
Width = 235
Height = 167
BevelInner = bvLowered
BorderWidth = 3
TabOrder = 0
object Label1: TLabel
Left = 34
Top = 16
Width = 31
Height = 13
Caption = 'Name:'
end
object Label2: TLabel
Left = 38
Top = 66
Width = 53
Height = 13
Caption = 'Reg. code:'
end
object Edit1: TEdit
Left = 40
Top = 35
Width = 149
Height = 21
TabOrder = 0
end
object Edit2: TEdit
Left = 40
Top = 85
Width = 149
Height = 21
MaxLength = 9
TabOrder = 1
end
object Button1: TButton
Left = 26
Top = 123
Width = 75
Height = 25
Caption = 'Register'
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 128
Top = 123
Width = 75
Height = 25
Caption = 'Cancle'
TabOrder = 3
OnClick = Button2Click
end
end
end